home *** CD-ROM | disk | FTP | other *** search
- | command file
-
- goto_menu(M) 143
- | goto the menu passed without stacking the menu
- |
- gosub_menu(M) 144
- | gotos the menu passed and stacks the menu
- |
- return_menu() 145 0
- | gotos to the menu off the top of the stack and removes it
- |
- clear_goto_menu(M) 146
- | clears the stack and puts the menu passed on the top of the stack
- |
- display_textfile(S) 147
- | displays the textfile passed, assumes file is in !BulBoard.text
- |
- change_password() 148 0
- | allows the user to change their password
- |
- logoff() 149 0
- | logs off the user immediately
- |
- print_string(S) 150
- | prints out the string S passed
- |
- questionnaire(S) 151
- | starts the questionaire passed, assumes in !Bulboard.Question
- |
- change_address() 152 0
- | allows the user to change their address
- |
- change_page_length() 153 0
- | allows the user to change their page length
- |
- change_clear_screen() 154 0
- | Allows user to select if screen clearing is on
- |
- change_pause_page() 155 0
- | Allows the user to select if end of page pausing is on
- |
- change_newline() 156 0
- | Allows the user to toggle if Linefeed or Linefeed/Return is sent
- |
- change_pseudonym() 157 0
- | Allows the user to change their psuedonym
- |
- change_telephone() 158 0
- | Allows the user to change their telephone number
- |
- change_location() 202 0
- | Allows the user to change their location
- |
- change_user_data(S) 203
- | Allows the user to change their user data field,
- | the string passed is the prompt that is used
- |
- change_name() 194 0
- | Allows the user to change their name
- |
- show_terminal() 204 0
- | Shows the user terminal settings
- |
- change_terminal() 205 0
- | Allows the user to change their terminal type
- |
- long_menu() 206 0
- | Forces the next menu to be displayed to come
- | out in long form
- |
- last_users_list() 207 0
- | displays the last 20 user list
- |
- pause_on_space() 208 0
- | pauses until the user presses space
- |
- display_term_dumb(S) 221 0
- | the file passed is only displayed if the users
- | terminal is dumb (assumes file is in !Bulboard.text)
- |
- display_term_vt52(S) 221 1
- | the file passed is only displayed if the users
- | terminal is vt52
- |
- display_term_ansi(S) 221 2
- | the file passed is only displayed if the users
- | terminal is ansi
- |
- display_term_vt100(S) 221 3
- | the file passed is only displayed if the users
- | terminal is vt100
- |
- change_menus_short() 222 0
- | changes the users settings for menus to
- | menu prompts only
- |
- change_menus_auto() 222 1
- | changes the users settings for menus to
- | long menus when seen first time and just
- | prompts otherwise
- |
- change_menus_long() 222 2
- | changes the users settings for menus to
- | long menus all the time
- |
- online_users() 223 0
- | displayes the online user list
- |
- sysop_chat() 224 0
- | calls the sysop for a chat
- |
- command() 225 0
- | enters menu command subsystem
- |
- command_list() 226 0
- | lists the menu commands available to the
- | user
- |
- change_hotkeys() 227 0
- | Allows the users to select whether hotkeying
- | is active or not
- |
- change_backspace() 228 0
- | Allows the user to select whether backspace
- | acts as cursor left or delete
- |
- change_dob() 233 0
- | Allows the user to change their date of birth
- |
- today_in_history() 229 0
- | displays the today in history file
- |
- start_door(N) 230
- | starts the door whose number is passed
- |
- system_command(S) 231
- | executes the oscli command passed
- |
- list_menus() 210 0
- | lists the menus on the system
- |
- view_user() 215 0
- | views a users details
- |
- user_search() 140 0
- | enters user search routine
- |
- task_list() 235 0
- | displays task listing
- |
- user_chat() 236 0
- | join into user chat
- |